home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 6 / Windows 6-Pak (InfoMagic) (Disc 6) (1999).ISO / Microsoft-Office-Addins / shortcut.exe / _setup.1 / DOSDEMO.FCR < prev    next >
Text File  |  1998-06-17  |  537b  |  17 lines

  1. SEND "{ESCAPE}"
  2. QUESTION "What is your name?" UserName
  3. SEND "Hello |Username|, welcome to Shortcut demonstration.{enter}{enter}"
  4. PAUSE 1
  5. SEND "Shortcuts ability to get the feedback from DOS Application{enter}"
  6. SEND "Makes it an indispensable automation tool.{enter}"
  7. SEND "To demonstrate this feature, we will type in a name below...{enter}"
  8. SEND "John Doe"
  9. PAUSE 1
  10. GRAB (8,2,8) FoundName
  11. DISPLAY "We found '|FoundName|' at row 8 and col 2. Press any key."
  12. PAUSE 1
  13.  
  14. ;-- Exit out of DOS Editor
  15. SEND "@ff"
  16. SEND "x"
  17. SEND "N"